krossbow-websocket-sockjs
4.1.0
js
krossbow-websocket-sockjs
/
[root]
/
SockJS
/
CloseEvent
Close
Event
js
interface
CloseEvent
:
SockJS.BaseEvent
Content copied to clipboard
Functions
Properties
Sources
Functions
composed
Path
Link copied to clipboard
js
fun
composedPath
(
)
:
Array
<
EventTarget
>
Content copied to clipboard
init
Event
Link copied to clipboard
js
fun
initEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
)
Content copied to clipboard
prevent
Default
Link copied to clipboard
js
fun
preventDefault
(
)
Content copied to clipboard
stop
Immediate
Propagation
Link copied to clipboard
js
fun
stopImmediatePropagation
(
)
Content copied to clipboard
stop
Propagation
Link copied to clipboard
js
fun
stopPropagation
(
)
Content copied to clipboard
Properties
bubbles
Link copied to clipboard
js
open
val
bubbles
:
Boolean
Content copied to clipboard
cancelable
Link copied to clipboard
js
open
val
cancelable
:
Boolean
Content copied to clipboard
code
Link copied to clipboard
js
abstract
var
code
:
Number
Content copied to clipboard
composed
Link copied to clipboard
js
open
val
composed
:
Boolean
Content copied to clipboard
current
Target
Link copied to clipboard
js
open
val
currentTarget
:
EventTarget
?
Content copied to clipboard
default
Prevented
Link copied to clipboard
js
open
val
defaultPrevented
:
Boolean
Content copied to clipboard
event
Phase
Link copied to clipboard
js
open
val
eventPhase
:
Short
Content copied to clipboard
is
Trusted
Link copied to clipboard
js
open
val
isTrusted
:
Boolean
Content copied to clipboard
reason
Link copied to clipboard
js
abstract
var
reason
:
String
Content copied to clipboard
target
Link copied to clipboard
js
open
val
target
:
EventTarget
?
Content copied to clipboard
time
Stamp
Link copied to clipboard
js
open
val
timeStamp
:
Number
Content copied to clipboard
type
Link copied to clipboard
js
abstract
override
var
type
:
String
Content copied to clipboard
was
Clean
Link copied to clipboard
js
abstract
var
wasClean
:
Boolean
Content copied to clipboard
Sources
js source
Link copied to clipboard